From: Lars Magne Ingebrigtsen Date: Fri, 16 Aug 2013 15:13:42 +0000 (+0200) Subject: image.c: Fix debugging code accidentally checked in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3275^2~197 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6146bf5d2f5e1075bde6ee71e44c804fe87ab683;p=emacs.git image.c: Fix debugging code accidentally checked in --- diff --git a/src/image.c b/src/image.c index ed10a3ed6cd..3607be1e86c 100644 --- a/src/image.c +++ b/src/image.c @@ -7903,7 +7903,7 @@ imagemagick_prune_animation_cache () struct animation_cache *cache = animation_cache; struct animation_cache *prev = NULL; EMACS_TIME old = sub_emacs_time (current_emacs_time (), - EMACS_TIME_FROM_DOUBLE (5)); + EMACS_TIME_FROM_DOUBLE (60)); while (cache) {